[@main]
<Current PK Points!> = <$PKPOINT>\  \
If you pay me <500,000 Gold> i will remove 100 of your\
current PK points.\
<Remove points/@remove> | <Exit/@exit>

[@remove]
Are you sure?\
<yes/@removenow> | <exit/@exit>


[@removenow]
#IF
checkgold 500000
#ACT
take gold 500000
CHANGEPKPOINT - 100
goto @done
#ELSEACT
goto @error

[@error]
Missing gold sir\
<exit/@exit>

[@done]
Thank you sir\
<exit/@exit>
